php7: update to 7.2.21
authorMichael Heimpold <[email protected]>
Sat, 3 Aug 2019 22:27:08 +0000 (00:27 +0200)
committerMichael Heimpold <[email protected]>
Sat, 3 Aug 2019 22:37:32 +0000 (00:37 +0200)
This fixes CVE-2019-11042 and CVE-2019-11041.

Compile and run tested on mxs platform

Signed-off-by: Michael Heimpold <[email protected]>
lang/php7/Makefile

index b51dc065b66b8028ae643776e7c1937874f38ff3..b8a2476c5b90ca8b856cff5237e09d01b4f317b9 100644 (file)
@@ -6,7 +6,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=php
-PKG_VERSION:=7.2.19
+PKG_VERSION:=7.2.21
 PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Michael Heimpold <[email protected]>
@@ -17,7 +17,7 @@ PKG_CPE_ID:=cpe:/a:php:php
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://www.php.net/distributions/
-PKG_HASH:=4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
+PKG_HASH:=de06aff019d8f5079115795bd7d8eedd4cd03daecb62d58abb18f492dd995c95
 
 PKG_FIXUP:=libtool autoreconf
 PKG_BUILD_PARALLEL:=1